home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0897 / 000100_amos-request@svcs1.digex.net_Thu Aug 7 18:02:41 1997.msg < prev    next >
Text File  |  1997-09-09  |  2KB  |  68 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id SAA19437
  3.     for <mcox@access.digex.net>; Thu, 7 Aug 1997 18:02:39 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id PAA27040
  6.     for amos-out; Thu, 7 Aug 1997 15:11:35 -0400 (EDT)
  7. Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id PAA27037
  9.     for <amos-list@svcs1.digex.net>; Thu, 7 Aug 1997 15:11:30 -0400 (EDT)
  10. Received: from dfw-ix11.ix.netcom.com (dfw-ix11.ix.netcom.com [206.214.98.11])
  11.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id PAA23952
  12.     for <amos-list@access.digex.net>; Thu, 7 Aug 1997 15:11:29 -0400 (EDT)
  13. Received: (from smap@localhost)
  14.           by dfw-ix11.ix.netcom.com (8.8.4/8.8.4)
  15.       id OAA29156; Thu, 7 Aug 1997 14:10:55 -0500 (CDT)
  16. Received: from unknown(207.77.76.181) by dfw-ix11.ix.netcom.com via smap (V1.3)
  17.     id sma027624; Thu Aug  7 14:06:27 1997
  18. Message-ID: <33EA1CD0.E0B84519@ix.netcom.com>
  19. Date: Thu, 07 Aug 1997 12:06:56 -0700
  20. From: Stephen Lebed <slebed@ix.netcom.com>
  21. Reply-To: slebed@encorevideo.com
  22. Organization: Encore Visual Effects
  23. X-Mailer: Mozilla 4.01 [en] (WinNT; I)
  24. MIME-Version: 1.0
  25. To: --==Murray==-- <malcolm.murray@virgin.net>
  26. CC: AMOS List <amos-list@access.digex.net>
  27. Subject: Re: Rnd and Qrnd
  28. X-Priority: 3 (Normal)
  29. References: <33EA3D83.D3F@virgin.net>
  30. Content-Type: text/plain; charset=us-ascii
  31. Content-Transfer-Encoding: 7bit
  32. Status: O
  33. X-Status: 
  34.  
  35. --==Murray==-- wrote:
  36.  
  37. > Does anyone know if you can reproduce Rnd or Qrnd (AMCAF) outputs?
  38. >
  39. > e.g.
  40. >
  41. > ---some command here---
  42. >
  43. > For N=1 to 3
  44. > Print Rnd(10)
  45. > Next N
  46. >
  47. > ---some command here---
  48. >
  49. > For N=1 to 3
  50. > Print Rnd(10)
  51. > Next N
  52. >
  53. > So that the 2nd three random numbers are the same as the first three.
  54. > I thought that if I put Randomize 1 (or whatever) in front of both of
  55. > the loops, it would work,
  56. > but it doesn't...
  57. >
  58. > Anyway, any ideas?
  59. >
  60. >
  61.  
  62.    Try storing your random values in an array first.  Then they'll be
  63. available whenever you need them.
  64.  
  65. Stephen Lebed
  66. slebed@ix.netcom.com
  67.  
  68.